V
a Type of GenericNetwork.Vertex<V,E,Y>
E
a Type of GenericNetwork.Edge<V,E,Y>
Y
a Type of IDiagramLayout
Northwoods.GoSilverlight 1.2.2 Assembly
GenericNetwork<V,E,Y> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : GenericNetwork<V,E,Y> Class

This provides an abstract view of a IEnumerable as a network (graph) of vertexes and directed edges. These vertexes and edges correspond to Northwoods.GoXam.Parts (Northwoods.GoXam.Nodes or Northwoods.GoXam.Links) provided in the IEnumerable. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original model.

Syntax

Visual Basic (Declaration) 
Public Class GenericNetwork
     (Of V As GenericNetwork.Vertex(Of V,E,Y),
     E As GenericNetwork.Edge(Of V,E,Y),
     Y As IDiagramLayout) 
C# 
public class GenericNetwork<V,E,Y> where V: GenericNetwork.Vertex<V,E,Y>
    where E: GenericNetwork.Edge<V,E,Y>
    where Y: IDiagramLayout

Type Parameters

Inheritance Hierarchy

Requirements

See Also

© 2010 All Rights Reserved.